home *** CD-ROM | disk | FTP | other *** search
/ Webster's Millennium Amer…Sign Language Dictionary / ASL.ISO / mac / SHARED.cst / 00016_Script_dt qt sound dk script < prev    next >
Text File  |  2001-09-17  |  528b  |  27 lines

  1. --∂ï
  2. on mouseUp 
  3.   repeat while soundBusy(2)
  4.     nothing
  5.   end repeat
  6.   sound stop 2
  7.   updatestage
  8.   puppetSound 0
  9.   updatestage
  10.   
  11.   if the movieName = "Dict.dir" then
  12.     if not soundBusy(3) then
  13.       sound playFile 3, the filename of cast "sound desc" 
  14.     else 
  15.       sound stop 3
  16.     end if
  17.   end if
  18.   
  19.   if the movieName = "Skills.dir" then
  20.     if not soundBusy(3) then
  21.       sound playFile 3, the filename of cast "sound desc" 
  22.     else 
  23.       sound stop 3
  24.     end if
  25.   end if
  26.   updatestage
  27. end